AutoDirection( {Key? key, required this.text, required this.child, this.onDirectionChange}) : super(key: key);