AndroidResource constructor

const AndroidResource({
  1. required String name,
  2. String defType = 'drawable',
})

Implementation

const AndroidResource({required this.name, this.defType = 'drawable'});