FFocusedOutlineStyle constructor
      const
      FFocusedOutlineStyle({ 
    
- required Color color,
 - required BorderRadiusGeometry borderRadius,
 - double width = 1,
 - double spacing = 3,
 
Creates a FFocusedOutlineStyle.
Implementation
const FFocusedOutlineStyle({required this.color, required this.borderRadius, this.width = 1, this.spacing = 3})
  : assert(0 < width, 'width ($width) must be > 0.');