This is might be a naive question as I'm learning Kivy these days. Pardon me if I'm asking silly question. I'm trying to use MDTopAppBar but getting an error which says
kivy.factory.FactoryException: Unknown class <MDTopAppBar>
Here is my code
<Screen2>:
name: 'Screen1'
MDBoxLayout:
orientation: 'vertical'
MDTopAppBar:
title: 'Demo App'
pos_hist: {'center_x': 0.5, 'center_y': 1}
Kivymd version = 0.104.2
Could you please help me with this.