menu
gtech_flutter_ui package
documentation
widgets/button/button.dart
GTFButton
getIcon method
getIcon method
dark_mode
light_mode
getIcon
method
Widget
getIcon
(
)
Implementation
Widget getIcon() { return GTFIcon( icon: icon, width: iconWidth, height: iconHeight, ); }
gtech_flutter_ui package
documentation
widgets/button/button
GTFButton
getIcon method
GTFButton class