YaruFocusBorder.onSurface constructor
const
YaruFocusBorder.onSurface({
- required Widget child,
- BorderRadiusGeometry? borderRadius,
- Color? borderColor,
- double? borderWidth,
- double? borderStrokeAlign,
- EdgeInsetsGeometry? borderPadding,
- bool? focused,
- void onFocusChange()?,
Implementation
const YaruFocusBorder.onSurface({
required this.child,
this.borderRadius,
this.borderColor,
this.borderWidth,
this.borderStrokeAlign,
this.borderPadding,
this.focused,
this.onFocusChange,
}) : _variant = _YaruFocusBorderVariant.onSurface;