createEmpty property

StoryTypography createEmpty

Implementation

static StoryTypography get createEmpty => StoryTypography(
      font: 'Roboto',
      fontSize: 15.0,
      fontStyle: 'normal',
      align: 'center',
      transform: 'normal',
    );