DemoState constructor

const DemoState(
  1. dynamic dataState
)

Implementation

const DemoState(this.dataState) : super(dataState);