EnhanceNumberCard constructor
const
EnhanceNumberCard({
- Key? key,
- List<
NumberInfoItemModel> ? itemChildren, - int rowCount = 3,
- double? runningSpace,
- double? itemRunningSpace,
- EdgeInsets padding = const EdgeInsets.only(left: 20, right: 20),
- Color backgroundColor = Colors.white,
- TextAlign itemTextAlign = TextAlign.left,
- EnhanceNumberCardConfig? themeData,
create BrnEnhanceNumberCard
Implementation
const EnhanceNumberCard({
Key? key,
this.itemChildren,
this.rowCount = 3,
this.runningSpace,
this.itemRunningSpace,
this.padding = const EdgeInsets.only(left: 20, right: 20),
this.backgroundColor = Colors.white,
this.itemTextAlign = TextAlign.left,
this.themeData,
}) : super(key: key);