FFocusedOutlineStyle constructor
const
FFocusedOutlineStyle({
- required Color color,
- required BorderRadius 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, 'The width must be greater than 0.');