TButtonExtension extension
Utility extension for TButton updates.
- on
Methods
-
copyWith(
{TButtonTheme? theme, TButtonType? type, Color? color, TButtonSize? size, bool? loading, String? loadingText, IconData? icon, String? text, String? tooltip, VoidCallback? onTap, dynamic onPressed(TButtonPressOptions)?, bool? active, Widget? child}) → TButton -
Available on TButton, provided by the TButtonExtension extension
Creates a copy of the button with updated properties. -
estimateWidth(
) → double -
Available on TButton, provided by the TButtonExtension extension
Estimates the width of the button based on its content and size settings.