HiveBoxesView constructor
const
HiveBoxesView({
- Key? key,
- Color? appBarColor,
- TextStyle? columnTitleTextStyle,
- TextStyle? rowTitleTextStyle,
- required Map<
Box, FromJsonConverter> hiveBoxes, - required ErrorCallback onError,
- String? dateFormat,
Implementation
const HiveBoxesView({
Key? key,
this.appBarColor,
this.columnTitleTextStyle,
this.rowTitleTextStyle,
required this.hiveBoxes,
required this.onError,
this.dateFormat,
}) : super(key: key);