menu
gtech_flutter_ui package
documentation
widgets/button/button.dart
GTFButton
getBackgroundColor method
getBackgroundColor method
dark_mode
light_mode
getBackgroundColor
method
Color
?
getBackgroundColor
(
)
Implementation
Color? getBackgroundColor() { return isEnable ? backgroundColor : getDisableBackgroundColor(); }
gtech_flutter_ui package
documentation
widgets/button/button
GTFButton
getBackgroundColor method
GTFButton class