menu
superdeck package
documentation
styles/style_dto.dart
MdTextStyleDto
maybeFrom static method
maybeFrom static method
dark_mode
light_mode
maybeFrom
static method
MdTextStyleDto
?
maybeFrom
(
MdTextStyle
?
style
)
Implementation
static MdTextStyleDto? maybeFrom(MdTextStyle? style) { return style != null ? from(style) : null; }
superdeck package
documentation
styles/style_dto
MdTextStyleDto
maybeFrom static method
MdTextStyleDto class