flag top-level property

BoxDecoration flag
getter/setter pair

Implementation

BoxDecoration flag = BoxDecoration(
  border: Border.all(
    color: Colors.orange,
    width: 1,
  ),
  // color: Colors.green.shade600,
  // borderRadius: BorderRadius.circular(5),
);