Style constructor
Style({})
Implementation
Style(
{required this.mode,
this.tag = StyleTag.all,
this.borderRadius = 8.0,
this.borderWidth = 1.0,
this.padding,
this.fontFamily,
this.fontSize,
this.fontWeight,
this.background,
this.primary,
this.foreground,
this.border,
this.secondary}) {}