Navigine iOS/Android/Flutter SDK
1.0.0
Objective-C/Java/Dart SDK API
Loading...
Searching...
No Matches
floor_selector_view_config.dart
Go to the documentation of this file.
1
import
'package:flutter/material.dart'
;
2
9
class
FloorSelectorViewConfig
{
10
const
FloorSelectorViewConfig
({
11
this.accentColor,
12
this.textColor,
13
this.buttonBackgroundColor,
14
this.padding,
15
});
16
17
final
Color? accentColor;
18
final
Color? textColor;
19
final
Color? buttonBackgroundColor;
20
final
EdgeInsets? padding;
21
22
static
const
FloorSelectorViewConfig
defaultConfig
=
FloorSelectorViewConfig
();
23
}
com
widgets
floor_selector_view_config.dart
Generated on Thu Apr 16 2026 08:08:54 for Navigine iOS/Android/Flutter SDK by
Doxygen
1.13.2