OutlinedContainerTheme class
Constructors
-
OutlinedContainerTheme.new({Color? backgroundColor, Color? borderColor, BorderRadiusGeometry? borderRadius, BorderStyle? borderStyle, double? borderWidth, List<
BoxShadow> ? boxShadow, EdgeInsetsGeometry? padding, double? surfaceOpacity, double? surfaceBlur}) -
const
Properties
- backgroundColor → Color?
-
final
- borderColor → Color?
-
final
- borderRadius → BorderRadiusGeometry?
-
final
- borderStyle → BorderStyle?
-
final
- borderWidth → double?
-
final
-
boxShadow
→ List<
BoxShadow> ? -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- padding → EdgeInsetsGeometry?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- surfaceBlur → double?
-
final
- surfaceOpacity → double?
-
final
Methods
-
copyWith(
{ValueGetter< Color?> ? backgroundColor, ValueGetter<Color?> ? borderColor, ValueGetter<BorderRadiusGeometry?> ? borderRadius, ValueGetter<BorderStyle?> ? borderStyle, ValueGetter<double?> ? borderWidth, ValueGetter<List< ? boxShadow, ValueGetter<BoxShadow> ?>EdgeInsetsGeometry?> ? padding, ValueGetter<double?> ? surfaceOpacity, ValueGetter<double?> ? surfaceBlur}) → OutlinedContainerTheme -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override