toChip property
Implementation
Widget get toChip => Chip(
labelStyle: TextStyle(color: Colors.white),
label: Text(label ?? ""),
backgroundColor: backgroundColor,
);
Widget get toChip => Chip(
labelStyle: TextStyle(color: Colors.white),
label: Text(label ?? ""),
backgroundColor: backgroundColor,
);