toChip property

Widget get toChip

Implementation

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