``` class JobsCountChart extends Widget { protected static ?int $sort = 1; // Rest of your widget code... } class AnotherWidget extends Widget { protected static ?int $sort = 2; // Rest of your widget code... }```