RailTileConfig constructor

const RailTileConfig({
  1. Color? iconBackground,
  2. Color? activeColor,
  3. Color? iconColor,
  4. TextStyle? collapsedTextStyle,
  5. TextStyle? expandedTextStyle,
  6. double? iconSize,
  7. EdgeInsetsGeometry? iconPadding,
  8. bool? hideCollapsedText,
})

Implementation

const RailTileConfig({
  this.iconBackground,
  this.activeColor,
  this.iconColor,
  this.collapsedTextStyle,
  this.expandedTextStyle,
  this.iconSize,
  this.iconPadding,
  this.hideCollapsedText,
});