LaunchStyle constructor
const
LaunchStyle({
- Color? backgroundColor,
- Color? textColor,
- Color? iconColor,
- double? borderRadius,
- EdgeInsetsGeometry? padding,
- double? fontSize,
- FontWeight? fontWeight,
- double? height,
- double? iconWidth,
- double? iconHeight,
- BoxFit? iconFit,
- bool isOutlined = false,
- double? borderWidth,
- Color? borderColor,
- bool? showUnderline,
- LaunchThemePreset? themePreset,
- bool? isAnimated,
- Duration? animationDuration,
Creates a LaunchStyle with customizable properties.
Implementation
const LaunchStyle({
this.backgroundColor,
this.textColor,
this.iconColor,
this.borderRadius,
this.padding,
this.fontSize,
this.fontWeight,
this.height,
this.iconWidth,
this.iconHeight,
this.iconFit,
this.isOutlined = false,
this.borderWidth,
this.borderColor,
this.showUnderline,
this.themePreset,
this.isAnimated,
this.animationDuration,
});