EN从文档和源代码来看,我得到的结论是:FlxButton是最容易使用的。正因为如此,它被使用得最频繁。您...
This class extends FlxUITypedButton and has a Text label, and is thus most analagous to the regular FlxButton
Native CSS:@import url('dist/button.css'); Link tag:<link href="dist/button.css" rel="stylesheet" type="text/css"> Developer notes To use with default values: @import"@flxaco/button"; To override variables in a project: @import"@flxaco/constants";@import"path/to/local/project/vars....