menu
insta_assets_picker_demo package
documentation
widgets/insta_picker_interface.dart
PickerDescription
PickerDescription.new const constructor
PickerDescription.new const constructor
dark_mode
light_mode
PickerDescription
constructor
const
PickerDescription
(
{
required
String
icon
,
required
String
label
,
String
?
description
,
})
Implementation
const PickerDescription({ required this.icon, required this.label, this.description, });
insta_assets_picker_demo package
documentation
widgets/insta_picker_interface
PickerDescription
PickerDescription.new const constructor
PickerDescription class