TagflowSelectableAdapter constructor
const
TagflowSelectableAdapter({
- required Widget child,
- Key? key,
- String? text,
- double padding = 10.0,
- MouseCursor cursor = SystemMouseCursors.text,
Creates a TagflowSelectableAdapter widget.
Implementation
const TagflowSelectableAdapter({
required this.child,
super.key,
this.text,
this.padding = 10.0,
this.cursor = SystemMouseCursors.text,
});