StandardFab class

Constructors

StandardFab()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

childFabWidget({required IconPosition iconPosition, required Widget body, required Widget icon}) Widget
fab({Widget? iconWidget, String? title, bool isDisabled = false, bool isLoading = false, dynamic onTap()?, Color? backgroundColor, Color? disabledBackgroundColor, Color? titleColor, Color? disabledTitleColor, Color? loadingColor, double? elevation, IconPosition? iconPosition}) FloatingActionButton
Component of Floating Action Button
loadingFabWidet({required Widget loadingWidget}) Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited