I am trying to draw something like this:
My code is:
class SingleJob extends StatefulWidget { @override createState() => SingleJobState(); } c