LMFeedPostDocumentStyle class

Constructors

LMFeedPostDocumentStyle({double? height, double? width, double? borderRadius, double? borderSize, Color? borderColor, Color? textColor, Widget? documentIcon, LMFeedIcon? removeIcon, bool showBorder = true, Color? backgroundColor, LMFeedTextStyle? titleStyle, LMFeedTextStyle? subtitleStyle, EdgeInsets? padding, EdgeInsets? margin})
const
LMFeedPostDocumentStyle.basic({Color? primaryColor})
factory

Properties

backgroundColor Color?
final
borderColor Color?
final
borderRadius double?
final
borderSize double?
final
documentIcon Widget?
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
margin EdgeInsets?
final
padding EdgeInsets?
final
removeIcon LMFeedIcon?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showBorder bool
final
subtitleStyle LMFeedTextStyle?
final
textColor Color?
final
titleStyle LMFeedTextStyle?
final
width double?
final

Methods

copyWith({double? height, double? width, double? borderRadius, double? borderSize, Color? borderColor, Color? textColor, Widget? documentIcon, LMFeedIcon? removeIcon, bool? showBorder, Color? backgroundColor, LMFeedTextStyle? titleStyle, LMFeedTextStyle? subtitleStyle, EdgeInsets? padding, EdgeInsets? margin}) LMFeedPostDocumentStyle
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