defaultSide property

BorderSide get defaultSide

Implementation

static BorderSide get defaultSide => const BorderSide(
  color: AtomicColors.gray300,
  width: widthThin,
);