setBars abstract method

Future<void> setBars({
  1. bool? hidden,
  2. String? color,
  3. String? style,
})

Implementation

Future<void> setBars({bool? hidden, String? color, String? style});