UIBoot constructor

const UIBoot({
  1. Key? key,
})

Abstract class for creating boot pages.

key: Widget key.

Implementation

const UIBoot({Key? key}) : super(key: key);