LaunchStyle constructor
const
LaunchStyle({})
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,
});