LMFeedTopicBarStyle class
Constructors
-
LMFeedTopicBarStyle({Color? backgroundColor, EdgeInsets? padding, Border? border, BorderRadius? borderRadius, EdgeInsets? margin, List<
BoxShadow> ? boxShadow, double? height, double? width, String? topicChipText, LMFeedTopicChipStyle? topicChipStyle}) -
const
Properties
- backgroundColor → Color?
-
final
- border → Border?
-
final
- borderRadius → BorderRadius?
-
final
-
boxShadow
→ List<
BoxShadow> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double?
-
final
- margin → EdgeInsets?
-
final
- padding → EdgeInsets?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- topicChipStyle → LMFeedTopicChipStyle?
-
final
- topicChipText → String?
-
final
- width → double?
-
final
Methods
-
copyWith(
{Color? backgroundColor, EdgeInsets? padding, EdgeInsets? margin, List< BoxShadow> ? boxShadow, Border? border, BorderRadius? borderRadius, double? height, double? width, String? topicChipText, LMFeedTopicChipStyle? topicChipStyle}) → LMFeedTopicBarStyle -
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