YaruFocusBorder.onSurface constructor

const YaruFocusBorder.onSurface({
  1. required Widget child,
  2. BorderRadiusGeometry? borderRadius,
  3. Color? borderColor,
  4. double? borderWidth,
  5. double? borderStrokeAlign,
  6. EdgeInsetsGeometry? borderPadding,
  7. bool? focused,
  8. void onFocusChange(
    1. bool
    )?,
})

Implementation

const YaruFocusBorder.onSurface({
  required this.child,
  this.borderRadius,
  this.borderColor,
  this.borderWidth,
  this.borderStrokeAlign,
  this.borderPadding,
  this.focused,
  this.onFocusChange,
}) : _variant = _YaruFocusBorderVariant.onSurface;