ContainerLookAndFeel constructor
ContainerLookAndFeel({
- required String background,
- String? backgroundAttachment,
- String? backgroundBlendMode,
- String? backgroundClip,
- required String backgroundColor,
- required String backgroundImage,
- String? backgroundOrigin,
- String? backgroundPosition,
- String? backgroundRepeat,
- required String backgroundSize,
- required String padding,
- required String borderRadius,
Implementation
ContainerLookAndFeel(
{required this.background,
this.backgroundAttachment,
this.backgroundBlendMode,
this.backgroundClip,
required this.backgroundColor,
required this.backgroundImage,
this.backgroundOrigin,
this.backgroundPosition,
this.backgroundRepeat,
required this.backgroundSize,
required this.padding,
required this.borderRadius});