StartButton constructor

const StartButton(
  1. {Key key}
)

Implementation

const StartButton({
  Key key,
}) : super(key: key);