UFULoader constructor

const UFULoader({
  1. Key? key,
  2. String? text,
})

Implementation

const UFULoader({
  super.key,
  this.text,
});