Sampler constructor

const Sampler({
  1. required FilterType filter,
  2. required WrapType wrap,
  3. required bool vflip,
  4. required bool srgb,
  5. required String internal,
})

Builds a Sampler

Implementation

const Sampler(
    {required this.filter,
    required this.wrap,
    required this.vflip,
    required this.srgb,
    required this.internal});