ButtonProps class
Constructors
-
ButtonProps({String? label, Widget? child, Widget? icon, Widget? trailing, void onPressed()?, ArcaneInteraction? action, ButtonVariant variant = ButtonVariant.primary, ButtonSize size = ButtonSize.md, bool disabled = false, bool loading = false, bool fullWidth = false, String? id, Map<String, String>? attributes, String? href, bool showArrow = false})
-
const
Methods
-
copyWith({String? label, Widget? child, Widget? icon, Widget? trailing, void onPressed()?, ArcaneInteraction? action, ButtonVariant? variant, ButtonSize? size, bool? disabled, bool? loading, bool? fullWidth, String? id, Map<String, String>? attributes, String? href, bool? showArrow})
→ ButtonProps
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited