FastExampleBlock constructor

const FastExampleBlock({
  1. Key? key,
  2. required String example,
})

Implementation

const FastExampleBlock({
  super.key,
  required this.example,
});