ProfileTopOfMind constructor

ProfileTopOfMind({
  1. Key? key,
  2. required String? topOfMind,
})

Implementation

ProfileTopOfMind({Key? key, required this.topOfMind}) : super(key: key);