CustomGridTile constructor
const
CustomGridTile({
- Key? key,
- GestureTapCallback? onTap,
- Color? textColor,
- Widget? title,
- Widget? subtitle,
- VisualDensity? visualDensity,
- bool? dense = false,
- Color? tileColor,
- Color? splashColor,
- Color? selectedTileColor,
- bool disabled = false,
- BorderRadius? borderRadius,
- EdgeInsets? margin = const EdgeInsets.all(0),
- CrossAxisAlignment? crossAxisAlignment,
- MainAxisAlignment? mainAxisAlignment,
- MainAxisSize mainAxisSize = MainAxisSize.max,
- TextStyle? titleStyle,
- TextStyle? subtitleStyle,
- int maxLinesTitle = 1,
- int maxLinesSubtitle = 1,
- String? textTitle,
- String? textSubtitle,
- bool invertTitlePosition = false,
- Widget? header,
- Widget? body,
- double? height,
- GridLabelsIncludesIn? labelsIncludesIn,
- EdgeInsets? padding = const EdgeInsets.symmetric(horizontal: 16),
Implementation
const CustomGridTile({
super.key,
super.onTap,
super.textColor,
super.title,
super.subtitle,
super.visualDensity,
super.dense = false,
super.tileColor,
super.splashColor,
super.selectedTileColor,
super.disabled = false,
super.borderRadius,
super.margin = const EdgeInsets.all(0),
super.crossAxisAlignment,
super.mainAxisAlignment,
super.mainAxisSize = MainAxisSize.max,
super.titleStyle,
super.subtitleStyle,
super.maxLinesTitle = 1,
super.maxLinesSubtitle = 1,
super.textTitle,
super.textSubtitle,
super.invertTitlePosition = false,
this.header,
this.body,
this.footer,
this.height,
this.labelsIncludesIn,
this.padding = const EdgeInsets.symmetric(horizontal: 16)
});