Loading...
Searching...
No Matches
FloorSelectorViewConfig Class Reference

Configuration for FloorSelectorView widget. Allows customization of styles and layout. More...

Public Member Functions

 FloorSelectorViewConfig (accentColor, textColor, buttonBackgroundColor, padding)
 

Static Public Member Functions

static FloorSelectorViewConfig defaultConfig ()
 

Detailed Description

Configuration for FloorSelectorView widget. Allows customization of styles and layout.

final floorConfig = FloorSelectorViewConfig(
accentColor: const Color(0xFF30AAD9),
textColor: const Color(0xFF152D47),
buttonBackgroundColor: const Color(0xF2FAFAFA),
padding: const EdgeInsets.only(left: 16, top: 145),
);

Definition at line 9 of file floor_selector_view_config.dart.

Constructor & Destructor Documentation

◆ FloorSelectorViewConfig()

FloorSelectorViewConfig.FloorSelectorViewConfig ( accentColor ,
textColor ,
buttonBackgroundColor ,
padding  )
inline

Definition at line 10 of file floor_selector_view_config.dart.

Member Function Documentation

◆ defaultConfig()

static FloorSelectorViewConfig FloorSelectorViewConfig.defaultConfig ( )
static

The documentation for this class was generated from the following file: