TaggedCard class
Constructors
- TaggedCard(Widget child, {Key? key, void onTap()?, String? tag, void onLongPress()?, bool selected = false})
-
const
Properties
- child → Widget
-
final
- onLongPress → (void Function()?)
-
final
- onTap → (void Function()?)
-
final
- selected → bool
-
final
- tag → String?
-
final
Methods
-
build(
BuildContext context) → Widget - Describes the part of the user interface represented by this widget.