UArStyle constructor

const UArStyle({
  1. Color? accentColor,
  2. Color? surfaceColor,
  3. Color? onSurfaceColor,
  4. Color? hintBackground,
  5. Color? hintForeground,
  6. double borderRadius = 16,
  7. EdgeInsets padding = const EdgeInsets.all(16),
  8. bool blur = true,
})

Implementation

const UArStyle({
  this.accentColor,
  this.surfaceColor,
  this.onSurfaceColor,
  this.hintBackground,
  this.hintForeground,
  this.borderRadius = 16,
  this.padding = const EdgeInsets.all(16),
  this.blur = true,
});