StandardButton class
Component of Standard Button
Constructors
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
-
childContainerWidget(
{required IconPosition iconPosition, required Widget body, Widget? icon}) → Widget -
loadingChildContainer(
{required Widget loadingWidget}) → Widget -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
primaryButton(
{required dynamic title, EdgeInsets? margin, ButtonSize? buttonSize, double? borderRadius, double? elevation, bool isLoading = false, bool isDisabled = false, Color? backgroundColor, Color? disabledBackgroundColor, Color? titleColor, Color? disabledTitleColor, Color? splashColor, Color? disabledSplashColor, Color? borderColor, Color? disabledBorderColor, Color? loadingColor, Widget? loadingWidget, dynamic onTap()?, IconPosition? iconPosition, Widget? iconWidget}) → Widget - Component of Primary Button
-
secondaryButton(
{required dynamic title, EdgeInsets? margin, ButtonSize? buttonSize, double? borderRadius, double? elevation, bool isLoading = false, bool isDisabled = false, Color? backgroundColor, Color? disabledBackgroundColor, Color? titleColor, Color? disabledTitleColor, Color? splashColor, Color? disabledSplashColor, Color? borderColor, Color? disabledBorderColor, Color? loadingColor, Widget? loadingWidget, dynamic onTap()?, IconPosition? iconPosition, Widget? iconWidget}) → Widget - Component of Secondary Button
-
tertiaryButton(
{required dynamic title, EdgeInsets? margin, bool isLoading = false, bool isDisabled = false, Color? titleColor, Color? disabledTitleColor, double? fontSize, dynamic onTap()?}) → Widget - Component of Tertiary Button
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited