DecoratedContainerStyle class
Constructors
- DecoratedContainerStyle.new({TextStyle? titleStyle, Color? backgroundColor, BoxBorder? border, BorderRadiusGeometry? borderRadius, Color? closeIconColor})
-
const
Properties
- backgroundColor → Color?
-
backgroundColor changes background color of the widget
final
- border → BoxBorder?
-
border changes border of widget
final
- borderRadius → BorderRadiusGeometry?
-
borderRadius changes border radius of the widget
final
- closeIconColor → Color?
-
closeIconColor is a Color parameter which takes the color of the close icon.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- titleStyle → TextStyle?
-
titleStyle title text style
final
Methods
-
copyWith(
{TextStyle? titleStyle, Color? backgroundColor, BoxBorder? border, BorderRadiusGeometry? borderRadius, Color? closeIconColor}) → DecoratedContainerStyle -
merge(
DecoratedContainerStyle? other) → DecoratedContainerStyle -
Merges current
AIConversationSummaryStyle
withother
-
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.
inherited