DartBlockValueWidget constructor
const
DartBlockValueWidget({
- Key? key,
- required DartBlockValue? value,
- BorderRadius? borderRadius,
- Border? border,
- bool isInteractive = true,
Implementation
const DartBlockValueWidget({
super.key,
required this.value,
this.borderRadius,
this.border,
this.isInteractive = true,
});