MarkdownNoteStyle class

Constructors

MarkdownNoteStyle({EdgeInsets padding = const EdgeInsets.all(14.0), TextStyle? style, BorderRadius borderRadius = const BorderRadius.all(Radius.circular(3)), double betweenPoint = 16, Widget? infoIcon, Color? infoIconColor, Color infoBackgroundColor = const Color(0xffe5f8e2), Widget? warningIcon, Color? warningIconColor, Color warningBackgroundColor = const Color(0xfffdf9e2), Widget? errorIcon, Color? errorIconColor, Color errorBackgroundColor = const Color(0xfffbefee)})

Properties

betweenPoint double
final
borderRadius BorderRadius
final
errorBackgroundColor Color
final
errorIcon Widget
latefinal
hashCode int
The hash code for this object.
no setterinherited
infoBackgroundColor Color
final
infoIcon Widget
latefinal
padding EdgeInsets
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style TextStyle?
final
warningBackgroundColor Color
final
warningIcon Widget
latefinal

Methods

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