FxOverlayTileThemeData constructor

const FxOverlayTileThemeData({
  1. EdgeInsets? margin,
  2. VisualDensity? visualDensity = VisualDensity.compact,
  3. bool dense = false,
  4. ShapeBorder? shape,
  5. EdgeInsets? contentPadding,
  6. double? minTileHeight,
  7. double? horizontalTitleGap,
  8. Color foregroundColor(
    1. bool isSelected
    )?,
  9. TextStyle? titleStyle,
  10. TextStyle? subtitleStyle,
  11. Color backgroundColor(
    1. bool isSelected
    )?,
  12. 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,
});