FaFpsText
🟢 Doesn't need container
🟡 Doesn't accept child/children
API
pub fn fa_fps(&mut self, id: &str, change_color: bool) -> Entity {
// ..
}
change_color
iftrue
it changes color based on number.
Usage via builder
builder.fa_fps(..);
Example
builder.fa_fps("#fps", true);