FxOverlayTileThemeData constructor
const
FxOverlayTileThemeData({
- EdgeInsets? margin,
- VisualDensity? visualDensity = VisualDensity.compact,
- bool dense = false,
- ShapeBorder? shape,
- EdgeInsets? contentPadding,
- double? minTileHeight,
- double? horizontalTitleGap,
- Color foregroundColor(
- bool isSelected
- TextStyle? titleStyle,
- TextStyle? subtitleStyle,
- Color backgroundColor(
- bool isSelected
- bool? showSelectionIndicator,
Implementation
const FxOverlayTileThemeData({
this.margin,
this.visualDensity = VisualDensity.compact,
this.dense = false,
this.shape,
this.contentPadding,
this.minTileHeight,
this.horizontalTitleGap,
this.foregroundColor,
this.titleStyle,
this.subtitleStyle,
this.backgroundColor,
this.showSelectionIndicator,
});