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