BarStyle.forward constructor
BarStyle.forward({})
Implementation
BarStyle.forward({
this.width = 120,
this.height = 5,
Color? color,
Color? background,
Color? identifier,
this.identifierWidth = 2.0,
BorderRadius? borderRadius,
}) : identifier = identifier ?? Colors.red,
color = color ?? Colors.white,
secondBackground = Colors.transparent,
background = background ?? Colors.white.withOpacity(0.2),
borderRadius =
borderRadius ?? const BorderRadius.all(Radius.circular(5));