Parent constructor

Parent({
  1. required String? text,
  2. bool? disabled,
})

Implementation

Parent({required this.text, this.disabled});