The named parameter 'progressIndicatorColor' isn't defined

64 Views Asked by At

i get error when i use

progressIndicatorColor: Color(0xFFB71C1C),
                          showRecentsTab: true,
                          recentsLimit: 28,
                          noRecentsText: "No Recents",
                          noRecentsStyle: const TextStyle(

i use

import 'package:emoji_picker_flutter/emoji_picker_flutter.dart';

and i get this error

1

There are 1 best solutions below

1
On

There is no progressIndicatorColor. You can use

  • indicatorColor
  • skinToneIndicatorColor

More about emoji_picker_flutter/1.6.3/