ChildStyler({ Key? key, required this.child, required this.adaptiveMap, }) : _resolverKey = key ?? UniqueKey(), super(key: key);