menu
camera_360 package
documentation
layouts/helper_text.dart
HelperText
HelperText const constructor
HelperText const constructor
dark_mode
light_mode
HelperText
constructor
const
HelperText
(
{
Key
?
key
,
bool
shown
=
true
,
String
helperText
=
""
,
})
Implementation
const HelperText({ super.key, this.shown = true, this.helperText = "", });
camera_360 package
documentation
layouts/helper_text
HelperText
HelperText const constructor
HelperText class