FocusedBorder constructor
const
FocusedBorder({})
Implementation
const FocusedBorder({
required this.builder,
required this.showFocusedBorder,
required this.borderRadius,
required this.thickness,
required this.color,
super.key,
});