menu
berryd package
documentation
components/typography/menu_title.dart
BdMenuTitle
BdMenuTitle.new const constructor
BdMenuTitle.new const constructor
dark_mode
light_mode
BdMenuTitle
constructor
const
BdMenuTitle
(
String
text
, {
Key
?
key
,
double
?
left
,
double
?
bottom
,
Color
?
color
,
})
Implementation
const BdMenuTitle(this.text, {Key? key, this.left, this.bottom, this.color}) : super(key: key);
berryd package
documentation
components/typography/menu_title
BdMenuTitle
BdMenuTitle.new const constructor
BdMenuTitle class