defaultDeliveryDetailStyle top-level constant

TextStyle const defaultDeliveryDetailStyle

Implementation

const defaultDeliveryDetailStyle = TextStyle(
  fontFamily: fontFamily,
  fontWeight: normalWeight,
  color: greyColor,
  fontSize: 11.0,
);