MdBlockQuoteUtil<T extends dynamic> class
- Inheritance
-
- Object
- MixUtility<
T, MdBlockQuoteDto> - DtoUtility<
T, MdBlockQuoteDto, MdBlockQuote> - MdBlockQuoteUtil
Constructors
- MdBlockQuoteUtil(T builder(MdBlockQuoteDto))
-
const
Properties
- builder → T Function(MdBlockQuoteDto)
-
finalinherited
-
contentPadding
→ SpacingUtility<
T> -
no setter
-
decoration
→ BoxDecorationUtility<
T> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
padding
→ SpacingUtility<
T> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
textStyle
→ TextStyleUtility<
T> -
no setter
Methods
-
as(
MdBlockQuote value) → T -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
only(
{TextStyleDto? textStyle, BoxDecorationDto? decoration, SpacingDto? padding, SpacingDto? contentPadding}) → T -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited