EmptyPage constructor

EmptyPage({
  1. Key? key,
  2. Color? color,
  3. String? msg,
})

Implementation

EmptyPage({Key? key, this.color, this.msg}) : super(key: key);