BlankPage constructor

BlankPage(
  1. String title, {
  2. GestureTapCallback? onTap,
  3. Color? color,
})

Implementation

BlankPage(this.title, {this.onTap, this.color});