TransactionDescriptionGroup constructor
- {Key? key,
- String? title,
- double fontSize = 2.0,
- required List<
InformationTile> transactionTiles}
Implementation
const TransactionDescriptionGroup({
Key? key,
this.title,
this.fontSize = 2.0,
required this.transactionTiles,
}) : super(key: key);