FloatingActionButtonThemeData constructor Null safety
- {Color? foregroundColor,
- Color? backgroundColor,
- Color? focusColor,
- Color? hoverColor,
- Color? splashColor,
- double? elevation,
- double? focusElevation,
- double? hoverElevation,
- double? disabledElevation,
- double? highlightElevation,
- ShapeBorder? shape,
- bool? enableFeedback,
- double? iconSize,
- BoxConstraints? sizeConstraints,
- BoxConstraints? smallSizeConstraints,
- BoxConstraints? largeSizeConstraints,
- BoxConstraints? extendedSizeConstraints,
- double? extendedIconLabelSpacing,
- EdgeInsetsGeometry? extendedPadding,
- TextStyle? extendedTextStyle,
- MaterialStateProperty<
MouseCursor?> ? mouseCursor}
Creates a theme that can be used for ThemeData.floatingActionButtonTheme.
Implementation
const FloatingActionButtonThemeData({
this.foregroundColor,
this.backgroundColor,
this.focusColor,
this.hoverColor,
this.splashColor,
this.elevation,
this.focusElevation,
this.hoverElevation,
this.disabledElevation,
this.highlightElevation,
this.shape,
this.enableFeedback,
this.iconSize,
this.sizeConstraints,
this.smallSizeConstraints,
this.largeSizeConstraints,
this.extendedSizeConstraints,
this.extendedIconLabelSpacing,
this.extendedPadding,
this.extendedTextStyle,
this.mouseCursor,
});