MdCodeUtil<T extends dynamic> class

Inheritance

Constructors

MdCodeUtil(T builder(MdCodeDto))
const

Properties

builder → T Function(MdCodeDto)
finalinherited
copyIconColor ColorUtility<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
span TextStyleUtility<T>
no setter
textStyle TextStyleUtility<T>
no setter

Methods

as(MdCode value) → T
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
only({TextStyleDto? span, SpacingDto? padding, BoxDecorationDto? decoration, ColorDto? copyIconColor, TextStyleDto? textStyle}) → T
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited