menu
lj_test_packages package
documentation
widget/lj_button.dart
LjButton
LjButton const constructor
LjButton const constructor
dark_mode
light_mode
LjButton
constructor
const
LjButton
(
{
Key
?
key
,
required
Color
myColor
,
required
String
Text
,
})
Implementation
const LjButton({Key? key, required this.myColor, required this.Text}) : super(key: key);
lj_test_packages package
documentation
widget/lj_button
LjButton
LjButton const constructor
LjButton class