Loading...
Searching...
No Matches
floor_selector_view_config.dart
Go to the documentation of this file.
1import 'package:flutter/material.dart';
2
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
23}