UIPageBlock constructor

UIPageBlock({
  1. String? id,
  2. String? name,
  3. UIPageBlockData? data,
})

Implementation

UIPageBlock({
  this.id,
  this.name,
  this.data,
});