FABProps class
Constructors
-
FABProps({required Widget icon, String? label, void onPressed()?, ArcaneInteraction? action, ColorVariant color = ColorVariant.primary, ComponentSize size = ComponentSize.md, bool disabled = false, FABPosition position = FABPosition.bottomRight, String? tooltip, String? id, Map<String, String>? attributes})
-
const
Methods
-
copyWith({Widget? icon, String? label, void onPressed()?, ArcaneInteraction? action, ColorVariant? color, ComponentSize? size, bool? disabled, FABPosition? position, String? tooltip, String? id, Map<String, String>? attributes})
→ FABProps
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited