UIPage constructor
const
UIPage({})
Implementation
const UIPage({
super.key,
required this.token,
required this.id,
required this.widgets,
this.fontFamily,
this.callback,
});
const UIPage({
super.key,
required this.token,
required this.id,
required this.widgets,
this.fontFamily,
this.callback,
});