IconSequence constructor

IconSequence({
  1. bool? fixedRotation,
  2. Symbol? icon,
  3. String? offset,
  4. String? repeat,
})

Implementation

external IconSequence({
  bool? fixedRotation,
  Symbol? icon,
  String? offset,
  String? repeat,
});