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
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