outlined property
ChipStyle
get
outlined
Outline-first style.
Implementation
ChipStyle get outlined => merge(
const ChipStyle(
backgroundColor: Colors.transparent,
selectedBackgroundColor: Colors.transparent,
borderWidth: 1.2,
selectedBorderWidth: 1.6,
),
);