DATETIME_PICKER_ITEM_TEXT_STYLE top-level constant

TextStyle const DATETIME_PICKER_ITEM_TEXT_STYLE

Default value of DatePicker's item TextStyle.

Implementation

const TextStyle DATETIME_PICKER_ITEM_TEXT_STYLE =
    const TextStyle(color: Colors.black, fontSize: 16.0);